home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
Cheat II
/
cheatprefs.h
< prev
next >
Wrap
Text File
|
1994-08-31
|
481b
|
18 lines
// prefs.h
// our defines
#define kadditiverate 0
#define kmultrate 1
// variables it affects
extern Str255 stimeunit, stimevar, stotalunit, stotalvar, sinitbal, sratetitle, sratevar, ssymbol;
extern Str255 DscaleMinS, DscaleMaxS;
extern int onleft; // where to place symbol
extern int ratetype;
extern long updateTime, replayTime; // times for the day cycle thing
extern int tdecplaces, bdecplaces;
void doPrefDialog(void);
void doScaleDialog(void);
void doTimeDialog(void);